LinearTrendlineFilter<TX,TY> Class Members
The following tables list the members exposed by LinearTrendlineFilter<TX,TY>.
Public Constructors
| Name | Description | |
|---|---|---|
![]() | LinearTrendlineFilter<TX,TY> Constructor | Creates a LinearTrendlineFilter instance. Creates a Linear Trend from provided SciChart.Charting.Model.DataSeries.IDataSeries. |
Public Properties
| Name | Description | |
|---|---|---|
![]() | FilteredDataSeries | The filtered data series (Inherited from SciChart.Charting.Model.Filters.FilterBase) |
![]() | Intercept | The intercept of the Trend Line |
![]() | Slope | The slope of the Trend Line |
Public Methods
| Name | Description | |
|---|---|---|
![]() | FilterAll | Overridden. Filters data series. You should implement it if you want to filter in this way for all data series changes. Override append, update, insert, remove methods to optimize filtering. |
Protected Methods
| Name | Description | |
|---|---|---|
![]() | FilterOnAppend | Filters on original data series append (Inherited from SciChart.Charting.Model.Filters.FilterBase) |
![]() | FilterOnInsert | Filters on original data series insert (Inherited from SciChart.Charting.Model.Filters.FilterBase) |
![]() | FilterOnRemove | Filters on original data series remove (Inherited from SciChart.Charting.Model.Filters.FilterBase) |
![]() | FilterOnUpdate | Filters on original data series update (Inherited from SciChart.Charting.Model.Filters.FilterBase) |
![]() | OnOriginalDataSeriesChanged | Handles data series changes that were applied for (Inherited from SciChart.Charting.Model.Filters.FilterBase) |
Extension Methods
| Name | Description | |
|---|---|---|
![]() | DebugFinalizer<T> | Notifies that finalizer has been invoked |
![]() | ToDoubleArray | Overloaded. Converts an System.IComparable array to double array |
![]() | ToEnumerable<T> | Yields a single item, converting it to System.Collections.IEnumerable. |
![]() | ToStringArray2D<T> |
See Also




